home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1989 …il & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Hardware Hints / BoardId Registration / card_14956.txt < prev    next >
Encoding:
Text File  |  1989-04-24  |  2.0 KB  |  50 lines

  1. -- card: 14956 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2566
  5. -- name: Help-Categories
  6.  
  7.  
  8. -- part 11 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=160 top=295 right=340 bottom=217
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1012 / 1012
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Go back
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   pop card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 19 (field)
  28. -- low flags: 01
  29. -- high flags: 0004
  30. -- rect: left=15 top=12 right=268 bottom=499
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 10
  36. -- style flags: 0
  37. -- line height: 13
  38. -- part name: 
  39.  
  40.  
  41. -- part contents for card part 19
  42. ----- text -----
  43.  
  44. These are some of the common sRsrc_Type Category values  that we have defined.  If you have a product that you think fits into a given category, press the appropriate category button, and you will be sent to the card that has the appropriate cTypes (cTypes are subtypes of categories) for that category.   After choosing a cType, answer the appropriate driver questions.
  45.  
  46. If you don't think your product fits into one of these categories, choose the other button and enter in enough information for us to define a new category for you (the more information the better!)
  47.  
  48. If you don't think our matchup of Categories and types is quite correct, please let us know.  However, it is important to note that the most important thing is to have unique identifiers for functions (in fact, the sRsrc_Type is just a big long integer, that is subdivided into hierarchical subtypes in order to better group functions).  When the slot manager is used to locate a function, the approprate Category/cType/DrvrSW/DrvrHW values are used to pack or fill in the sRsrc_Type longint.  What this means is that, once an application knows the values for a particular 
  49. sRsrc_Type that it is interested in, it can look for them, and there can be more than one  
  50. sRsrc_Type that it may wish to look for.